description = "The characters swing like a pendulum.";
version = "1.00";
bin = "Swinging.bin";
========== Description Part End ==========
========== Parameter Part Begin ==========
$nCharacterCount(EDIT,INT,1,1 10000,"Total Characters ","The total characters using the special effect. The value is defined by the selected characters in the movie, but can not be changed in the property box.");
$nFrameCount(EDIT,INT,3,3 3,"Total Frames","It indicates the total frames of actions. The total frames of the effect is probably more than it.");
$nInterval(EDIT,INT,5,1 10000,"Interval","The time difference between the former character and the latter one beginning to change.");
$nSpeed(EDIT,INT,10,1 10000,"Speed","The moving speed of characters.");
$nDistance(EDIT,INT,50,1 10000,"Radius","The radius of the swing path.");
$nSpace(EDIT,INT,40,1 10000,"Space","The distance between charactes.");
$nCentreX(EDIT,INT,0,-10000 10000,"X","The X value of the center of a circle.");
$nCentreY(EDIT,INT,0,-10000 10000,"Y","The Y value of the center of a circle.");